SingleMINumericSingleMIsGreaterThan Method
Determines whether the current value is greater than the specified value.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<SingleM>.IsGreaterThan(
SingleM value
)
Private Function IsGreaterThan (
value As SingleM
) As Boolean Implements INumeric(Of SingleM).IsGreaterThan
private:
virtual bool IsGreaterThan(
SingleM value
) sealed = INumeric<SingleM>::IsGreaterThan
private abstract IsGreaterThan :
value : SingleM -> bool
private override IsGreaterThan :
value : SingleM -> bool
- value SingleM
- The value to compare with the current value.
Boolean if the current value is greater than
value; otherwise,
.
INumericTSelfIsGreaterThan(TSelf)